From: Glenn Morris Date: Sat, 5 Mar 2011 04:24:44 +0000 (-0800) Subject: esh-util.el comment fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4523 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c06a962bb09e9b5fc55501d6af7a77a3704d41f0;p=emacs.git esh-util.el comment fix. --- diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index 6b04b0e727b..8b62b04a8ea 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -285,7 +285,6 @@ Prepend remote identification of `default-directory', if any." (setq text (replace-match " " t t text))) text)) -;; FIXME this is just dolist. (defmacro eshell-for (for-var for-list &rest forms) "Iterate through a list" `(let ((list-iter ,for-list))